home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / partassign < prev    next >
Text File  |  1995-08-26  |  929b  |  40 lines

  1. .k ""
  2. echo "*e[32m*e[41mAssigning CD"
  3. ;assign sys: the_learning_curve:
  4. assign c: the_learning_curve:c add
  5. assign l: the_learning_curve:l add
  6. assign devs: the_learning_curve:devs add
  7. assign fonts: the_learning_curve:fonts add
  8. assign s: the_learning_curve:s add
  9. assign libs: the_learning_curve:libs add
  10. cd the_learning_curve:
  11. if not exists "ram:env"
  12.   makedir ram:env
  13.   assign env: ram:
  14. endif
  15. if not exists "ram:t"
  16.   makedir ram:t
  17.   assign t: ram:t
  18. endif
  19. assign mui: exists > nil:
  20. if not warn
  21.   echo "User has already got MUI installed"
  22. else
  23.   assign MUI: "The_Learning_Curve:MUI"
  24.   if exists MUI:Libs
  25.      assign add LIBS: MUI:Libs
  26.   endif
  27.   if exists MUI:Locale
  28.      assign add LOCALE: MUI:Locale
  29.   endif
  30.   version >nil: exec.library 39
  31.   if not warn
  32.      if exists MUI:Docs
  33.         if exists HELP:dummy ; do not remove
  34.         endif                ; this entry!
  35.         assign add HELP: MUI:Docs
  36.      endif
  37.   endif
  38. endif
  39. endcli
  40.